home *** CD-ROM | disk | FTP | other *** search
- Path: garden.csc.calpoly.edu!not-for-mail
- From: dstubbs@garden.csc.calpoly.edu (Dan Stubbs)
- Newsgroups: comp.lang.c
- Subject: Re: C library routines source code
- Date: 8 Mar 1996 14:23:19 -0800
- Organization: Cal Poly, San Luis Obispo
- Message-ID: <4hqc0n$e3m@garden.csc.calpoly.edu>
- References: <4hn42i$j6j@sdcc12.ucsd.edu>
- NNTP-Posting-User: dstubbs@garden.csc.calpoly.edu
- Keywords: C library routines source code
-
- In article <4hn42i$j6j@sdcc12.ucsd.edu>,
- Anand (Andy) Rao <arao@sdcc15.ucsd.edu> wrote:
- >How do I go about getting the source code for various C library
- >routines, such as memcpy?
- >
- >Regards,
- >
- >Anand Rao
- >arao@ucsd.edu
- >
-
- Different systems use different implementations, of course, but a
- good location for source code (and explanations) is
-
- P.J. Plauger, "The Standard C Library," Prentice-Hall, 1992.
-
- Probably everything you will ever want to know about the C Libraries.
-
-